home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / andrews / colour replacer around < prev    next >
Text File  |  1999-06-15  |  459b  |  31 lines

  1. Category: Andrew's Filters 5
  2. Title: Colour Replacer Around...
  3. Copyright: Freeware
  4. Author: AB
  5. Filename: COLREPA.8BF
  6.  
  7. R:dif(c,ctl(0))>ctl(3)?ctl(4):c
  8.  
  9. G:dif(c,ctl(1))>ctl(3)?ctl(5):c
  10.  
  11. B:dif(c,ctl(2))>ctl(3)?ctl(6):c
  12.  
  13. A:a
  14.  
  15. ctl[0]: Red Channel
  16. ctl[1]: Green Channel
  17. ctl[2]: Blue Channel
  18. ctl[3]: Range
  19. ctl[4]: Red New
  20. ctl[5]: Green New
  21. ctl[6]: Blue New
  22.  
  23. val[0]: 142
  24. val[1]: 190
  25. val[2]: 88
  26. val[3]: 39
  27. val[4]: 101
  28. val[5]: 51
  29. val[6]: 8
  30.  
  31.